Basic Library for WPF/Silverlight
C1DelegateCommand コンストラクタ(Action<Object>,Predicate<Object>)

C1.Silverlight.5 アセンブリ > C1.Silverlight 名前空間 > C1DelegateCommand クラス > C1DelegateCommand コンストラクタ : C1DelegateCommand コンストラクタ(Action<Object>,Predicate<Object>)
execute デリゲート。
canExecute デリゲート。
C1DelegateCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal execute As System.Action(Of Object), _
   ByVal canExecute As System.Predicate(Of Object) _
)
public C1DelegateCommand( 
   System.Action<object> execute,
   System.Predicate<object> canExecute
)

パラメータ

execute
execute デリゲート。
canExecute
canExecute デリゲート。
参照

C1DelegateCommand クラス
C1DelegateCommand メンバ
オーバーロード一覧